home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Help!:Asmmbley Inline!
- Date: Sat, 06 Apr 96 14:13:19 GMT
- Organization: none
- Message-ID: <828799999snz@genesis.demon.co.uk>
- References: <3165F7B6.69F4@cts.com>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <3165F7B6.69F4@cts.com> provstu@cts.com "Brain" writes:
-
- >char far *data ;
- >data = image -> buffer ;
- >
- >#asm
- >
- > push ds
- > les di, video_buffer
- > lds is, data
- >
- >#endasm
- >
- >it dosen't seem to see the variabkles!
-
- The C language doesn't support any form on inline assembly so what this
- means (or how you fix it) depends entirely on the particular implementation
- you are using. Post in a relevant newsgroup (e.g. comp.os.msdos.programmer
- for a DOS based compiler) and state your compiler.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-